chore(deps): update all dependency versions to latest stable releases [DEV-1]#9
Merged
Merged
Conversation
- go.mod: go 1.23.0 -> 1.24.0, toolchain go1.24.3 -> go1.26.0 - go.mod: golang.org/x/mod v0.26.0 -> v0.33.0 - go.mod: github.com/cespare/xxhash/v2 v2.1.2 -> v2.3.0 - Dockerfile: golang:1.24-alpine -> golang:1.26-alpine - Dockerfile: alpine:3.18 -> alpine:3.21 - ui/Dockerfile: nginx:alpine -> nginx:1.28-alpine (pinned) - docker-compose.yml: redis:7-alpine -> redis:7.4-alpine - ci.yml: actions/setup-go@v4 -> actions/setup-go@v5 JIRA: DEV-1 Co-Authored-By: Stephen Abbott <stephenabbott20@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
chore(deps): update all dependency versions to latest stable releases [DEV-1]
Summary
Updates dependency versions across Go modules, Docker base images, service images, and GitHub Actions to their latest stable releases.
go.modgo.modgo.modgolang.org/x/modgo.modcespare/xxhash/v2DockerfileDockerfileui/Dockerfiledocker-compose.ymlci.ymlKept at current versions (already latest major):
actions/checkout@v4,actions/cache@v4,docker/login-action@v3go-redis/redis/v8,gorilla/mux,packageurl-go,yaml.v3(no newer minor/patch within same major)Review & Testing Checklist for Human
docker-compose buildto verify bothDockerfile(golang:1.26-alpine + alpine:3.21) andui/Dockerfile(nginx:1.28-alpine) build successfully. CI only tests the API Dockerfile build, not the UI or compose stack.CGO_ENABLED=0) runs correctly on alpine:3.21 — should be fine given static linking, but worth a quick smoke test.go-redis/redis/v8package was not updated. v9 exists with breaking API changes. Confirm staying on v8 is intentional.Recommended test plan:
Notes
gofmt), vet, and unit tests pass locallyappVersion,version) were not modified as they represent application versioning, not dependenciesRequested by: @stevologic
Link to Devin run: https://app.devin.ai/sessions/22e5e532b1484522b306cc0f0e2f5dd8